projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf49275
)
(note_mouse_highlight): Use build_string.
author
Nick Roberts
<nickrob@snap.net.nz>
Thu, 20 Apr 2006 23:03:03 +0000
(23:03 +0000)
committer
Nick Roberts
<nickrob@snap.net.nz>
Thu, 20 Apr 2006 23:03:03 +0000
(23:03 +0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 5e6d5277a2b49ce78c6dedaec9e6af4ddc1106c6..b4ebd59563bc32d0456631ba2a413c61e37c89bc 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-22387,7
+22387,7
@@
note_mouse_highlight (f, x, y)
if (part == ON_VERTICAL_BORDER)
{
cursor = FRAME_X_OUTPUT (f)->horizontal_drag_cursor;
- help_echo_string =
make_string ("drag-mouse-1: resize", 20
);
+ help_echo_string =
build_string ("drag-mouse-1: resize"
);
}
else if (part == ON_LEFT_FRINGE || part == ON_RIGHT_FRINGE
|| part == ON_SCROLL_BAR)